Kanzi  3.9.8
Kanzi Engine Java API
StaleObjectException Class Reference

Exception class to indicate attempts to use a KanziObject which no longer refers to a valid native object. More...

Inheritance diagram for StaleObjectException:
[legend]

Public Member Functions

 StaleObjectException (String errorMessage)
 Constructs a new StaleObjectException. More...
 

Detailed Description

Exception class to indicate attempts to use a KanziObject which no longer refers to a valid native object.

Constructor & Destructor Documentation

StaleObjectException ( String  errorMessage)

Constructs a new StaleObjectException.

Parameters
errorMessageThe exception error message.